Skip to content

Update Docker Desktop log paths from dockerd.log to init.log#24929

Merged
dvdksn merged 1 commit intodocker:mainfrom
vvoland:pinata-dockerd
May 1, 2026
Merged

Update Docker Desktop log paths from dockerd.log to init.log#24929
dvdksn merged 1 commit intodocker:mainfrom
vvoland:pinata-dockerd

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Apr 29, 2026

Docker Desktop no longer writes separate dockerd.log and containerd.log files. All VM service logs are multiplexed into a single init.log file.

The init.log file uses JSON-formatted lines with a "component" field, not the old <timestamp> <component> <message> format.

….log

Docker Desktop no longer writes separate dockerd.log and containerd.log
files. All VM service logs are multiplexed into a single init.log file.

The init.log file uses JSON-formatted lines with a "component" field,
not the old "<timestamp> <component> <message>" format.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland self-assigned this Apr 29, 2026
@vvoland vvoland requested a review from dvdksn as a code owner April 29, 2026 11:36
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit e48c2ad
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69f1ed26799ed90008cab344
😎 Deploy Preview https://deploy-preview-24929--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in what version did this change

@vvoland
Copy link
Copy Markdown
Contributor Author

vvoland commented Apr 30, 2026

No idea tbh! I tried to look into the DD logs and I noticed that last messages in my dockerd.log were from 2025/09/05 20:23:45 so I started digging and found the path changed...

@dvdksn dvdksn merged commit 9f9728e into docker:main May 1, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants